Validated Int
A validated int number generated with an IntRange.
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the default value of this wrapper
IntRange. the allowable range of this Validated Int
ValidatedNumber.WidgetType defines what the config GUI widget looks like
A validated int number with a default selected from the min of the allowable range.
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
0.2.0
Parameters
IntRange. the allowable range of this Validated Int
ValidatedNumber.WidgetType defines what the config GUI widget looks like
A validated int number with a default selected from the min of the allowable range.
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the minimum allowed value, inclusive
Int. the maximum allowed value, inclusive
ValidatedNumber.WidgetType defines what the config GUI widget looks like
An unbounded validated int number.
The validation will be limited to ensuring the value de/serializes as an int, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the default value of this wrapper
An unbounded validated int number with default of 0.
The validation will be limited to ensuring the value de/serializes as an int, since there are no bounds.
The widget type is locked to WidgetType.TEXTBOX
See the Wiki for more details and examples.
Author
fzzyhmstrs
Since
0.2.0
Parameters
Int. the default value of this wrapper
Int. the maximum allowed value, inclusive
Int. the minimum allowed value, inclusive